php forum
php mysql forum
php mysql smarty
 
Topic Options
#269686 - 02/21/04 06:32 PM Beta-[6.4] Pollpal.php v1.0-5
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
Mod Name / Version: Pollpal.php v1.0 <br /> <br />Description: Ok I can now view multiple question polls <br /> <br />Working Under: UBB.Threads 6.4 and 6.4.1 <br /> <br />Mod Status: Beta <br /> <br />Any pre-requisites: IIP because you will not authenicated without it unless you add a function for that. <br /> <br />Author(s): scroungr <br /> <br />Date: 02/21/04 <br /> <br />Credits: David Lozier for original IIP, Joshpet for updating IIP <br /> <br />Files Altered: pollpal.php, /pals/languages/english/languagepal.php <br /> <br />New Files: pollpal.php, /pals/languages/english/languagepal.php <br /> <br /> <br />Database Altered: No <br /> <br />Info/Instructions: Just upload this into the pals directory and overwrite existing pollpal.php and set the variables and also either cut and paste the pollpal part of the language file into your language file in the pals/languages/xxx directory or overwrite the existing one <br /> <br />// set variables <br />// $whocanseepoll = "0" everyone can see <br />// $whocanseepoll = "1" only registered people can see <br />$whocanseepoll = 0; <br /> <br />// $whocanvote = "0" everyone can vote <br />// $whocanvote = "1" only registered people can vote <br />$whocanvote = 1; <br /> <br /> <br />Disclaimer: Please backup every file that you intend to modify. <br />If the modification modifies the database, it's a good idea to backup your database before doing so. <br /> <br />Note: If you modify your UBB.Threads code, you may be giving up your right for "official" support from Infopop.If you need official support, you'll need to restore unmodified files.


Attachments
108448-pollpal.zip (209 downloads)

_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#269687 - 02/21/04 08:38 PM Re: Beta-[6.4] Pollpal.php v1.0-5 [Re: 234234]
Zackary Offline
Member

Registered: 03/01/01
Posts: 652
Loc: West Fargo, ND USA
Nice job! <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />

Top
#269688 - 02/21/04 09:09 PM Re: Beta-[6.4] Pollpal.php v1.0-5 [Re: ]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
only if it works hehe
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#269689 - 02/22/04 06:52 AM Re: Beta-[6.4] Pollpal.php v1.0-5 [Re: 234234]
Zarzal Offline
Coder

Registered: 07/03/01
Posts: 811
Loc: Berlin, Germany
I encounter a litte problem, take a look:<br /><br /> []http://www.dragonclan-forum.de/capture.jpg[/]<br /><br />from were come the number top of the box ? My pal: www.dragonclan-forum.de/index.php
_________________________
my forum: http://www.dragon-clan.de
my hobby: http://www.biker-reise.de

Top
#269690 - 02/22/04 09:12 AM Re: Beta-[6.4] Pollpal.php v1.0-5 [Re: landyphil]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
ahhh I left a echo in there. hang on let me fix. Thats the currtime I was using it to test a function.
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#269691 - 02/22/04 09:19 AM Re: Beta-[6.4] Pollpal.php v1.0-5 [Re: 234234]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
all fixed now. I left an echo $currtime in there when I was testing poll stop time <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#269692 - 02/22/04 09:29 AM Re: Beta-[6.4] Pollpal.php v1.0-5 [Re: 234234]
Zarzal Offline
Coder

Registered: 07/03/01
Posts: 811
Loc: Berlin, Germany
work ! Fine. There is another minor display error in. Below the poll pal box seems to be a [br] to much. I encounter a double blank line below the box.


Edited by Zarzal (02/22/04 09:36 AM)
_________________________
my forum: http://www.dragon-clan.de
my hobby: http://www.biker-reise.de

Top
#269693 - 02/22/04 01:04 PM Re: Beta-[6.4] Pollpal.php v1.0-5 [Re: landyphil]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
ok I think there are two display issues now.. won't show any boxes under it either.. let me check and fix.
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#269694 - 02/22/04 01:57 PM Re: Beta-[6.4] Pollpal.php v1.0-5 [Re: 234234]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
Ok both problems fixed. New Version uploaded. This should be da end.
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#269695 - 02/22/04 02:24 PM Re: Beta-[6.4] Pollpal.php v1.0-5 [Re: 234234]
Zarzal Offline
Coder

Registered: 07/03/01
Posts: 811
Loc: Berlin, Germany
Thanks for your work, just install and looks better. <img src="http://www.ubbdev.com/forum/images/graemlins/applause.gif" alt="" />
_________________________
my forum: http://www.dragon-clan.de
my hobby: http://www.biker-reise.de

Top
#269696 - 02/22/04 04:46 PM Re: Beta-[6.4] Pollpal.php v1.0-5 [Re: landyphil]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
only thig I wasn;t too happy with was the way the actual answer lined up on the pal with the bar.. but not much I can do about that...
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#269697 - 02/26/04 08:13 AM Re: Beta-[6.4] Pollpal.php v1.0-5 [Re: 234234]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
ok new one uploaded that uses the Title of the Forum instead of the Keyword.
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#269698 - 03/01/04 03:47 PM Re: Beta-[6.4] Pollpal.php v1.0-5 [Re: 234234]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
Hmm contemplating putting a brake routine in here if you post too many questions or options on the poll.. here take a look why..<br /><br />www.couch-tomatoe.cc
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#269699 - 03/01/04 06:26 PM Re: Beta-[6.4] Pollpal.php v1.0-5 [Re: 234234]
ChAoS_dup1 Offline
Code Monkey

Registered: 11/15/02
Posts: 576
Loc: Great Northwest
Holy Cow thats one long Poll!<br />I don't think I would have the patience to choose that many options.
_________________________
ChAoS
Emerald Forest Gaming Servers
Official STFU Thread


Top
#269700 - 04/08/04 12:06 PM Re: Beta-[6.4] Pollpal.php v1.0-5 [Re: barbiro]
RandyJG Offline
Junior Member

Registered: 03/11/03
Posts: 231
Loc: Canada
I've been poking around pals lately, and I'm still using UBB6.2 (waiting for 6.5.1 probably before we change) and was wondering if 6.3, 6.4 have added a KEY for B_Poll to speed up this query?<br /><br /> SELECT B_Poll,B_Replies,B_Number,B_Board,B_Posted, B_Subject<br /> FROM {$config['tbprefix']}Posts<br /> WHERE B_Poll = '$pollname_q'

Top



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks